Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port robot_model submodule of moveit_core to ROS 2 #10

Merged
merged 13 commits into from
Apr 5, 2019

Conversation

vmayoral
Copy link
Contributor

No description provided.

moveit_core/robot_model/CMakeLists.txt Outdated Show resolved Hide resolved
moveit_core/robot_model/CMakeLists.txt Outdated Show resolved Hide resolved
moveit_core/robot_model/CMakeLists.txt Outdated Show resolved Hide resolved
moveit_core/robot_model/src/floating_joint_model.cpp Outdated Show resolved Hide resolved
moveit_core/robot_model/src/robot_model.cpp Outdated Show resolved Hide resolved
Remove unnecesary commands listed already one level higher
moveit_resources hasn't been ported just yet
with moveit_resources ported moveit/moveit_resources#24
this PR re-enables the testing while allowing the
submodule to still compile
@vmayoral
Copy link
Contributor Author

vmayoral commented Mar 5, 2019

Note AcutronicRobotics#13

mlautman pushed a commit that referenced this pull request Mar 8, 2019
Planning scene & trajectory_processing
Follow consensus about logging in moveit_core
submodules
@vmayoral
Copy link
Contributor Author

vmayoral commented Mar 16, 2019

@davetcoleman and @mlautman, please review again, I think we're good to go

Edit: removed leftovers which are not necessary anymore f6700ab

Copy link
Member

@davetcoleman davetcoleman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small request, then I approve

* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*********************************************************************/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For future reference, please avoid changes like this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, makes sense. Frankly that's the result of applying clang-format as indicated by @mlautman. How do you usually handle this? Do you inspect changes and discard those similar to these manually?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As just discussed on call, I don't think this was clang-format. If it was, it was using the wrong clang config file OR there's some difference with OSX we don't know about. More likely, this was from your code editor GUI.

moveit_core/robot_model/src/joint_model_group.cpp Outdated Show resolved Hide resolved
@vmayoral vmayoral mentioned this pull request Mar 20, 2019
@vmayoral
Copy link
Contributor Author

Rebased code and fixed conflicts, follows from #53

@vmayoral
Copy link
Contributor Author

Have all the concerns been addressed in this PR?

* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*********************************************************************/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As just discussed on call, I don't think this was clang-format. If it was, it was using the wrong clang config file OR there's some difference with OSX we don't know about. More likely, this was from your code editor GUI.

@davetcoleman davetcoleman merged commit dc9bfa5 into moveit:master Apr 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants